/* بسم الله الرحمن الرحيم  */
*{
padding: 0px;
margin: 0px;
font-family: system-ui, "-apple-system, BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
font-weight: 500;
font-style: normal;
}

body{
    height: 100vh;  
    overflow-x:hidden ;  
}

#main{
    max-width: 1200px;
    margin: 0 auto;
}
/*nav section start*/

nav #list li a{
    color: #f0bb0c;
    font-size: 20px;
    font-weight: 600;
}
nav #list li a:hover{
    border-bottom:1px solid #f0bb0c ;
}

nav .call-nav {
    padding: 10px;
}
nav .call-nav i{
    color: #f0bb0c;
    font-size: 50px;
}
/*nav section end*/


/* about-section start  */
#about-us{
overflow:hidden;
border-bottom: 1px solid #f0bb0c;
padding: 3rem 0;
 max-width: 1200px;
 margin: 0 auto;
}

#about-us .row .our-vision-info h1{
    color: #f0bb0c;
    font-size: 50px;
    font-weight: 700;
    margin-top:10px ;
}
#about-us .row .our-vision-info p{
    color: #090783;
    font-size: 15px;
    font-weight: 500;
}

#about-us .row .our-vision-img .image img{
    width: 90%;
    height: 90%;

}
/* about-section end */


/* our-vision section start */
#our-vision-info{
    overflow: hidden;
    padding: 4rem 0 1rem;
    max-width:1200px ;
    margin: 0 auto;
}

#our-vision-info h1{
    color:#f0bb0c;
    font-weight: 700;
}
#our-vision-info p{
    color: #090783;
}

#our-vision-info .image img{
    width: 90%;
    height: 90%;

}

/*our vision section end*/

/* footer section start */
#footer{
    padding: 4rem 0 4rem;
    max-width: 1200px;
    margin: 0 auto;
    color: blueviolet;
    
}
#footer .footer-image{
    padding: 3rem 0;
     border-top: 1px solid #f0bb0c;

}
#footer .footer-image img{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #f0bb0c;
}
#footer .footer-image p{
    color: rgb(9, 9, 112);
    text-align: center;
    margin-top:15px ;
    font-size: 20px;
    
}
#footer .footer-contact{
    padding-top:2rem ;
}

#footer .footer-contact p i{
    font-size: 26px;
  color: #F0BE13;
}

#footer .footer-contact p a{
text-decoration: none;
  font-size: 18px;
    font-weight: 500;
}
#footer .footer-link ul{
    list-style: none;

   
}

#footer .footer-link ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
display: inline-block;
margin-top: 10px;
}

#footer .footer-sosial-icons{
    padding: 2rem 0;
    text-align: center;
}

#footer .footer-sosial-icons p{
    display: inline-block;
    margin-right: 15px;
    border:1px solid #F0BE13;
    border-radius: 50%;
    padding: 10px; 
    cursor: pointer;  
    transition:all ease 0.5s;
}

#footer .footer-sosial-icons p:hover{
background:blueviolet;

}

#footer .footer-sosial-icons p i{
    font-size: 24px;
    color: #F0BE13;
}
.whatsapp-amovita{
    width: 100px;
    position: fixed;
    top: 170px;
    left: 10px;                   
    animation: amovita 3s infinite ease-in-out;
 
}


@keyframes amovita {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.10); }
  100% { transform: scale(0.8); }
}

/* footer section end*/

/* الحمد لله رب العامين  */